Hi,
I am new to infragistics. I am using wegrid to display my data on the page. I have a requirement to fire an event on clicking anywhere on a row. I need to display the row data on a different panel on the page. I can work with a client side event (javascript as I have all the data on the page itself) or a server side even. Please help ....
You can do it client side .
If your row is editable you can use
{
alert("selected row index " +igtbl_getRowById(cellName).getIndex());
}
if your row is non editable u can use the following client side event
set ur client side events accordingly for ex:-
<ClientSideEvents CellClickHandler="CellClick"/>
Hello Srini,
The code you have provided is for ASP.NET's Infragagistics WebGrid. However, here the query is for Infragagistics JSF GridView.
Thank you.
Hi
How can we get the index a selected row of a xamDataGrid?
Nidhin.