I have a grid with three defined columns. One column visibility is set to off. Autogeneration is set to 'Off'. When the grid renders it adds an extra small column in the front and a extra wide column at the end. I've attached a screen shot.
Any reason why?
Any reason why?
4 Answers, 1 is accepted
0
Accepted
Hi Denny,
Actually both are not columns. In the front of the row is the grid row indicator and you can turn it off if you set RowIndicatorVisibility="Collapsed" and the last "column" is just a space between the real last column and the grid scrollbar - if you do not want this space you can set Width="*" for your last column.
All the best,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Actually both are not columns. In the front of the row is the grid row indicator and you can turn it off if you set RowIndicatorVisibility="Collapsed" and the last "column" is just a space between the real last column and the grid scrollbar - if you do not want this space you can set Width="*" for your last column.
All the best,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0

BHR
Top achievements
Rank 1
answered on 11 Jan 2012, 09:49 PM
Hi!,
I have the same issue less for the last "column", but i was collapsed the RowIndicatorVisibility and I still have the same trouble, the column appears as a grey line and be can order how the others .
Thank you very much...
0
Hello,
Maya
the Telerik team
Actually, this is not a column, but rather the frozen column splitter. Please take a look at this article for further information.
Maya
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0

Pablo
Top achievements
Rank 1
answered on 12 Jan 2012, 01:25 PM
Excelent, very thank you!!