Hi i am using mvc4 with razor. and i want to make my text as achor tag inside the gridcolumn.
Hello Bilal,Thank you for posting in our community. This could be achieved if you use column template. You have to set the template to be anchor. You can find a live sample demonstrating the column templating on the following page - http://ko.infragistics.com/products/jquery/sample/grid/basic-column-template . Here are some links in our documentation regarding this functionality - http://help.infragistics.com/Help/NetAdvantage/jQuery/2012.1/CLR4.0/html/Creating%20a%20Basic%20Column%20Template%20in%20the%20igGrid.html . Another option is to use column formatter like shown here - http://ko.infragistics.com/products/jquery/sample/grid/column-formatter Please let me know if those suggestions make any sence.
Hello Bilal,Please let me know if you have any further questions regarding this issue.
Hi friend thanks for you reply ..
Right now i need to show checkbox and dropdown with some other columns inside the grid and the values of checkbox and dropdown is changeable and i have button on which i need to get the whole grid reocord on the server. and i also want that one of my colum support droping.For this what you suggest me.
you can see image from https://plus.google.com/u/0/photos/102368309218311844953/albums/5860673099845573281/5860673103710188002
in the image i need on (maping) column should be dropable.(it support droping values from the tree ).
Thanks.
Hello Bilal ,
Thank you for the details. I have created a small sample for you based on your requirements. In it set UpdateUrl property of the igGrid in order to get the changes on server side. For additional reference please check the attached sample.
If you need any additional information on this matter please do not hesitate to ask.
I am also using row template and for error i am using
"${OnError}" inside the row template but that is not creating dropdown inside it.