3.2.0

How to get column headder text(Datasource: dataset)

Hi all...

I have a problem. After giving dataset as data source for grid. i need to get the headder values. How i can get those headder values..?

Satyendra Kumar Panasa
September 18,
You can obtain reference to the XML object with getXML() method andthen find the header values using XPath or walking a DOM tree.

http://www.activewidgets.com/aw.xml.table/xml.html
Alex (ActiveWidgets)
September 18,
Hi Alex,

Actually i am assigning dataset as source to grid(Not xml). Then how can i get the headder value. Please explain with an example. And below is my grid type.

var obj = new AW.UI.Grid;

Thanks
Satyendra Kumar Panasa - www.psatyendra.com
September 19,

This topic is archived.

See also:


Back to support forum