I have couple of things need help to resolve,
In a wingrid if user start making rows fixed, once the fixed rows exceeds the scroll, then the user is not able to view the rest of the rows, the scroll doesn't work there, is there a workaround ?
Second thing when the grid is exported to excel, it shows the full decimals like 5.2345, in grid it is customized to show like 5.23 how would we do that in export also ?
Thanks!
Muthu Annamalai said:In a wingrid if user start making rows fixed, once the fixed rows exceeds the scroll, then the user is not able to view the rest of the rows, the scroll doesn't work there, is there a workaround ?
You could use the BeforeRowFixedStateChanged event and limit the number of fixed rows by cancelling the event of the numbers of fixed rows gets too high.
Muthu Annamalai said:Second thing when the grid is exported to excel, it shows the full decimals like 5.2345, in grid it is customized to show like 5.23 how would we do that in export also ?
This question is answered several times on the forums, such as here:
Matching excel cell format to grid cell format - Infragistics Community