Click here to Skip to main content
15,899,754 members

Comments by bedathur_ganesh (Top 24 by date)

bedathur_ganesh 20-Sep-13 6:30am View    
Hi Prasad,

Thanks for the help. Sorting is not working even after I've added the sorttype property for the colModel. I've set the sorttype: "text".

I also tried to implement server side sorting by adding the below code:
loadComplete: function () {
jQuery("#jqTable").jqGrid('setGridParam', { datatype: 'json' });
}
Sorting is not working, yet. Any idea where it is going wrong?

Thanks,
B.R.S.K. Bharadwaj
bedathur_ganesh 24-Jun-11 9:08am View    
Thanks pervej111.. It solved my problem.
bedathur_ganesh 17-Nov-10 7:46am View    
For this, I guess I have to first connect to the server using "LDAP://" kind of a url. But, I am not sure how to connect to the server. Can you please help me?
bedathur_ganesh 17-Nov-10 7:44am View    
No, it is not in the same domain. When use your piece of code I am getting an exception saying "Current security context is not associated with an Active Directory domain or forest."
bedathur_ganesh 17-Nov-10 7:31am View    
Thanks for the help. But, I am not executing the application on server. I am executing it in another system. How can I connect to server from my system to get the domain names?