Listview page with listening dataview

0
  Hi! I have a listview page and a listening dataview to get the selected record. But when accessing the page for the first time, the first record is already selected. I wish that no record was selected while waiting for the user's click. How to proceed?  
asked
1 answers
0

Hi,
I think List View does not have the option to customize initial selection. You can however use Template Grid and customize it to show single row and column, remove its control bar buttons so that it looks like a list view. Template Grid has an option Select First to indicate whether first row is initially selected or not. 
Data grid also provides similar option. You can check which one suits your application requirements. 

answered