Listen to widget by default selection of one record when landing on the page

1
Hello experts, Consider a scenario where I have used listen to widget in a data view(“dataview1”)  which will listen to the “datagrid1”, If I select One record in the “datagrid1” then the dataview1 will listen.  In my case I need that when the user lands on the page by default first record in the “datagrid1” will be selected and it should listen to the dataview1 and the output will be displayed automatically when the user lands on it rather than showing empty record. Any idea? Answers are really much appreciated!
asked
1 answers
1

Hi,

 

You could use the “Select first” attirbute of the data grid

“This property indicates whether the first item will be selected initially. This is especially useful if there is a data view listening to this grid.”

answered