Categories | Question details Back To List | ||
DTMLX GRID HI I dhtmlx grid i am applying filter using following method mygrid.attachHeader("#select_filter,#select_filter,#select_filter,#text_filter,#text_filter"); The values for the column of type "link" are populated like this "My Name^javascript:myFunction()^_self" I have gone through http://dhtmlx.com/docs/products/kb/index.shtml?cat=search&q=3344&ssr=yes&s=filter%20link It is useful when i populate the grid using addRow() function to add rows in grid. But now i am making an xml string and initialize the grid using parse method. In this case some of select filter values are in the form of "My Name^javascript:myFunction()^_self" Please help. Regards Umair Tariq Xeeonix Tech Answer posted by dhxSupport on Aug 19, 2009 06:06 To fix this issue you can implement custom eXcell type which will return necessary value with getValue() method. At this case with any type of loading filters will be populated correctly. Please find more information here http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Custom_excell_creation.html#grid_cexc |