or
| GridViewTextBoxColumn textBoxColumn = new GridViewTextBoxColumn(); |
| textBoxColumn.FieldName = "Comments"; |
| textBoxColumn.FieldAlias = "Comments"; |
| textBoxColumn.UniqueName = "Comments"; |
| textBoxColumn.HeaderText = "Text"; |
| this.radGridView1.Columns.Add(textBoxColumn); |
Hi,
we have the licensed version of radcontrol. we had used the developer dll versions in our project which we have saved inside the bin folder. This project is used by different users. when we compile the project we get trial version splash screen. Please take this request with utmost urgency.
Regards
Nitin
Hi,
I would like to replace tabs (Parameters, Patterns) to expandable nodes, so it should look like that:
- |
+ Parameters
Name Value Service
- ... ..... ......
- ... ..... ......
+ Patterns
Definition Value
- ... .....
- ... .....
Can someone please give me some tips to do it?
Regards,
Michal