:: Forum >>

Get the indexes of Selected Column

I want to get the column indexs of selected column in a grid with
its row indexes
Mayank Shrivastava
Friday, December 29, 2006
Hi Mayank,
Here i am sending the code...
At first u need to capture the click event on grid and it gives the indexes.

objCMSGrid.onCellClicked = onRowClick; //is a call back method, where objCMSGrid is ur grid object.

function onRowClick(event, column, row)
{
event=your event
column=selected column
row=selected index
}

now work as per ur requirement.
Kiran Kumar Panda, (Cambridge Solutions Ltd.)
Tuesday, January 9, 2007

This topic is archived.


Back to support forum

Forum search