Skip to main content
1-Visitor
May 10, 2017
Solved

Selected Row or Single Click Event on Grid

  • May 10, 2017
  • 2 replies
  • 6948 views

Hello all,

I'm building an application which has a grid that will be displayed on a mobile screen and once I click on a row, it should redirect me to other mashup. The problem is that the grid only has double click event what on mobiles is used for zooming in and out the screen. I need to achieve the same behavior with single click.

Is there any work around to fix it? Or any other widget that displays the content in a table-like way that has the click event?

Thank you in advance.

Best answer by CarlesColl

You just need to bind data from Selected Row(s) Section on the service Result

2 replies

1-Visitor
May 10, 2017

Give a shot to Repeater Widget

1-Visitor
May 10, 2017

Hello, Carles Coll​. Thank you for you answer.

The Repeater Widget doesn't work for me bacause I may have thousands of rows and loading it would be costly, i guess.

1-Visitor
May 10, 2017

No man, the other way around, Repeater Widget has a Virtual Row implementation, it only creates rows for the ones that you see on screen ( if you set it to Load / Unload ), on that case it's your King.

5-Regular Member
May 10, 2017

Hi Radix Engineering and Software​,

As per my understanding; SelectedRowChanged event is generated(of the Service which provides the data to the Grid) when any Row is selected/click once. So, you can use that.

But make sure you don't use that service for other Widgets.

I hope it helps.

1-Visitor
May 10, 2017

Yes Ankit it's right also, with SelectedRowChanged from Data binded to the grid you can act on.

But if you have lots of data, maybe better to go to Repeater+Virtual.