or
| foreach (GridBoundColumn col in rGridNotes.MasterTableView.AutoGeneratedColumns) |
| { |
| if (col.UniqueName == "Type") |
| { |
| col.HeaderStyle.Width = 20; |
| } |
| } |
I'm trying to add RadUpload control into Usercontrol edit form in RadGrid. When I do that I dont' see Select button and text box. I only see Add & Delete buttons. Secondly, I'm trying to do FormDecoration in Usercontrol edit form for RadGrid and for some reason it is not working. Meaning, checkbox'es would not appear. But, If I remove Decoration then they would appear. Any help is greatly appreciated.
| style="width: 100%;" |