Hello,
I have just started to look into the HTML View for the radgridview and I have some questions (Issues ?) about it:
First of all, I manage to create a view, playing with colspan and rowspan, linking to the columns and data (Big thanks for your documentation !). You can see the first result on BaseHtmlView.jpg
But I have some problem with (auto)sizing my RowHTMLTable !
I would like to autosize my columns to take the entire place on my gridview. But I also want to limit the max size of my first columns (the one with a picture). So I have set AutosizeColumnsMode to Fill, change the maxsize on the column (I haven't find something in the viewdefinition about it). You can see the result on AutoSizeHtmlView.jpg. Not so bad... The maxsize on the first column do nothing (I wasn't expecting too much about it), have to find another way.
Then I tried to change my windows size to fullscreen. Outch... My grid is going outerspace ! See AutoSizeFullScreenHtmlView.jpg.
As a bonus you can also try to set autosizeRows = True. It's not looking good !
So how could I configure my HTML view definition to have something like FinalAutoSizeHtmlView.Jpg (It works fine with mouse resizing on runtime).
On a html table, you can set the width and height with absolute value ("width=100px") or relative value ("width= 75%") and you can mix relative and absolute values ! Don't you think it will be a beautiful feature for Radgridview ?
Thanks for reading.
I have just started to look into the HTML View for the radgridview and I have some questions (Issues ?) about it:
First of all, I manage to create a view, playing with colspan and rowspan, linking to the columns and data (Big thanks for your documentation !). You can see the first result on BaseHtmlView.jpg
But I have some problem with (auto)sizing my RowHTMLTable !
I would like to autosize my columns to take the entire place on my gridview. But I also want to limit the max size of my first columns (the one with a picture). So I have set AutosizeColumnsMode to Fill, change the maxsize on the column (I haven't find something in the viewdefinition about it). You can see the result on AutoSizeHtmlView.jpg. Not so bad... The maxsize on the first column do nothing (I wasn't expecting too much about it), have to find another way.
Then I tried to change my windows size to fullscreen. Outch... My grid is going outerspace ! See AutoSizeFullScreenHtmlView.jpg.
As a bonus you can also try to set autosizeRows = True. It's not looking good !
So how could I configure my HTML view definition to have something like FinalAutoSizeHtmlView.Jpg (It works fine with mouse resizing on runtime).
On a html table, you can set the width and height with absolute value ("width=100px") or relative value ("width= 75%") and you can mix relative and absolute values ! Don't you think it will be a beautiful feature for Radgridview ?
Thanks for reading.