:: Forum >>

Selecting a single Column Data text rather than coressponding grid cell

Sir , I found your provided grid was really suprerb and fantastic.
I am using it in my application. i want to select a particular column data-text of the selected row. when user clicks on any cell of the same row of the grid.
i am using XML file for data .
i found one thing Getting data of the selected row?? but i dont know how to use it with XML file please Help me ..

Waiting for your kind reply Please.......
Shyam
Wednesday, March 17, 2004
Maybe something like this:

function mySelect(){
var index = this.getSelectionProperty("index");
var text = this.getDataProperty("text", index, 1);
alert(text);
}

obj.setAction("selectionChanged", mySelect);
Alex (ActiveWidgets)
Wednesday, March 17, 2004
Thanks a lot really your Product is extremely good. i am really impressed the way it has been done. Thanks a lot again ...for your kind reply....
Shyam
Tuesday, March 23, 2004

This topic is archived.


Back to support forum

Forum search