3.2.0

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
December 29,
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.)
January 9,

This topic is archived.

See also:


Back to support forum