D
DenDuze
Guest
Hi Laura, Thanks for that info. This is my problem: I use a Telerik RadGridView and I applied the Savelayout and ResumeLayout so a user can change his columns from place or the width of columns to whatever he want and this will be re-applied when he opens the form again . The problem is that when you use that feature the following problem occurs: All newly added columns will not be added to that GridView @runtime when there is a ResumeLayout where those columns do not exist in (what is always the case because those columns didn't exists when the file that is used with the ResumeLayout is created. So I can delete that file if i have a new definition of the columns but then the user looses his changes to those columns or I can try to add the missing columns. For this I found the following Forum-topic --> www.telerik.com/.../3. So I was just trying to implement this solution Regards Didier
Continue reading...
Continue reading...