Categories | Question details Back To List | ||
Dhtml grid cell bindin I have a dhtml grid which have 6 column(means Cell) .Every Cell have different different value .i want to bind the grid with at the page load using Train.Xml. but in the 3rd cell the the trainNo is 1057 .when i click on the cell 4th(which is co) then that time it bind the FareValue From the Trainfare.xml in the Cell 4th.How this is possible. in asp.net.
thank you Answer posted by Support on Nov 05, 2008 10:03 You can't bing "co" column to separate XML, but you can include the values of combo as part of main XML ( in case of init from XML, head section may contain list of possible options ) http://dhtmlx.com/docs/products/docsExplorer/doc/dhtmlxxml/index.html#dhtmlx_xml |