I have a radsplitter with two radpanes - leftpane and rightpane and a radsplitbar as follows:
This causes the window to open with the two panes at 50% and the textbox width = 98% and the splitbarsize=1px...
I want to make the leftpane width = 30% and when I add width for left pane to 30% as in:
I run into two issues:
1. my textbox which was covering 98% of the left pane is now NOT at 98% -- perhaps at a 70%...
2. my splitbarsize is no longer at 1px
My RadSplitter.Net2.dll is version 1.3.8.0... I would like the textbox to remain at 98% and the splitbarsize to remain at 1px.
What am I doing wrong?
The entire code for my sample page is: