-
Is it possible to call a javascript function from the template helper in MVC? Something like: .Template("{{html myFunc('${id}','${Foo}', '${Bar}');}}");
-
Hello, In my application I currently have a search functionality that returns a result set. This result set is grouped into rows using the SortedColumns property based on an ID. I wanted to add a checkbox column outside of these grouped rows to allow the user to select the actual grouped row and not...
-
What property should I set so that I can select cells in multiple rows only from those columns which are being dragged, as we do in Excel. At the moment when I drag in particular column(s) downward, it also selects the cells from other columns which are not dragged. Please see below the screen shot of...
-
Hi, I am using igGrid in an Asp.net MVC3 project, this project supports multiple languages, that means I should set the column header text with global resources. I found that the columns I set to hidden is working fine in English, but not in other language like Norwegian, the hidden columns still display...
-
Hello: I have an UltraGrid bound to an object of mine, let's call it MainObject. It has a bunch of properties that are mostly primitives e.g. Name string, ID int. It also has a child object called ChildObject that has other fields e.g. ChildName or ChildId. What I'm seeing after loading the dataset...
-
I would somehow like to copy and paste the contents of an UltraWebGrid column to another column within the same grid. I'm using NetAdvantage 10.2. Can someone point me in the right direction if this is possible to do?
-
Hi, I have a html page which host jquery grid and it binded to hard coded Json data. Note that I have set autoGenerateColumns property to true. Also I have added a button, on click of that i am trying to rebind the grid with new data. If new data is having same number of columns and same name then it...
-
Focus not setting on the next cell on tabbing from one cell to another in editrowtemplate. When using editRowTemplate, i am trying to move to next cell using tab from keyboard, the focus shifts to some arbitrary column instead of the next cell.
-
I would like to pass column-info & data separately to datasource in json form. having column header label in each row is very expensive for large data set. also it's duplication of data, is there any way, we can specify it in json format output and pass it to grid datasource? here is a example...
-
Hello Martin, I need to replace boolean columns in every level of a igHierachicalGrid with checkbox columns. I was successful to do so in a igGrid using jquery templating but had no luck with the igHierachicalGrid. I've taken a demo from the installed files of NetAdvantage for jQuery 2011.2: <drive>...