ResizeGridOnColumnResize is not working the same way when Grid has StaticHeaders.
I want to resize the grid based on the contents and still be able to scroll with headers.
Additional improvements for the MultiColumn Headers can be considered if needed: 1. Support for Header context menu 2. Client-side show / hide operations with the columns
When Grouping on an Integer value, the groups are not ordering correctly. i.e. if you group on values {864, 1455, 1494}, the actual order comes out as {1455, 1494, 864}. Ordering on the same data, but converted to a string and padded to the left with zeros resolves this issue.
Hi, In our project we are using the telerik grid on Invoice screen to display item list. We are adding item from text box and adds it to grid dynamically using UpdateGrid javascript function. Issue: When we add the new item to grid. It adds to grid as last row. But grid is not scrolling to last row. We want to scroll grid to last row every time we add new item. Below are the settings used in grid which did not work out: <ClientEvents OnRowSelected="rowSelected" OnRowCreated="OnRowCreated" OnRowCreating="OnRowCreating" /> <Scrolling AllowScroll="True" EnableVirtualScrollPaging="True" UseStaticHeaders="false" SaveScrollPosition="true" /> Please help.
I'm a great fan of KendoUI and love the declarative binding and property declaration with JavaScript Literal notation. However, Rest Binding in SharePoint is still immature and there is very little support for relationships and data projections. As a result, I find myself coming back to the SPRadGrid. However, I find the functionality very limited and in some cases non-functional. I'd love to see a rewrite of the SPRadGrid that has more functions and used declarative bindings. I'd also like to see solution package distributed with a working Grid sample so that it was easier to modify it and deploy a customized solution. SharePoint is complex. It's always easier to start with a working sample.
In the following scenario it is not working. 1. Grid populated with data. 2. Filter applied on one of the columns in the grid. As a result data filtered correctly in the grid. 3. For e.g 2nd column is moved to 5th column as vice versa. 4. Again Filter applied on one of the columns in the grid. 5. Grid data is not filtering as expected and column reorder that we did in point (3) is rolled back. (i.e., 5th column moved to 2nd column, vice versa) Please help us in fixing this issue.
Currently ExcelML format does not work when both hierarchy and grouping are used.