Categories | Question details Back To List | ||
issue with sorting Hi Iam using dhtmlgrid.I want to display alt message after sorting(i.e currently sorted in ascending order ...) For that iam using the following code Iam using splitAt(1) functionality also except the 1st column for remaining columns alt message appeared after sorting. mygrid.attachEvent("onAfterSorting",function(col,type,order){ if(order == "asc" ) { mygrid.sortImg.alt="Currently sorted in ascending order"; } else { mygrid.sortImg.alt="Currently sorted in desending order"; } } ); What is the reason for this? Please provide me solution Thanks aalekhya Answer posted on Dec 30, 2008 09:29 Possible reason is in using Split. This functionality still has some incompatibility issues. Development team will return to this question right after the Christmas holidays (here ther are finish after Jan 7). Please contact support via email after that. |