Hello,
I am currently trying to have a certain layout for a RadGrid, Here is how I would like it to look:
|____Field1_____|_______Field2______|_______Field3_______|
|_____________________Field4__________________________|
and I would repeat that pattern for each item of the RadGrid. The first 3 fields are for reference number, date and a name.
The fourth one is a comment and can be pretty long so that is why I really need it to be on a second row.
As for right now, I don't really see how I could implement that and I havent seen any examples of it.
Just add a line return (<br>) doesn't work because I still have the column width problem !
Thanks !
I am currently trying to have a certain layout for a RadGrid, Here is how I would like it to look:
|____Field1_____|_______Field2______|_______Field3_______|
|_____________________Field4__________________________|
and I would repeat that pattern for each item of the RadGrid. The first 3 fields are for reference number, date and a name.
The fourth one is a comment and can be pretty long so that is why I really need it to be on a second row.
As for right now, I don't really see how I could implement that and I havent seen any examples of it.
Just add a line return (<br>) doesn't work because I still have the column width problem !
Thanks !