Hi,
I am having have problem with radgrid sorting. When I debug code and check my list collection it shows data in correct order but it does not show in the same order when the grid is populated.
If I set GridView.MasterTableView.SortExpressions.AddSortExpression(criteria); then it works once. But then on GridView_SortCommandevent I get the same sortexpression and sortorder all the time. When I try to clear the sortexpression I get "Telerik.Web.UI.ParseException: Syntax error" on grid.rebind().
Hello.
My problem is I need to act clientwise on users "reselecting" an item in my radcombo with keystroke.
I.e:
-----------------------------------------------------------
if user select A > fire a client function.
if user select A again > fire a client function
----------------------------------------------------------
I can handle the mouseclick event by adding onclick event to the specific RabcomboboxITem ("A"). It works fine.
I can handle Keystroke select (first time!), by using onClientIndexChanged. It works fine
I can handle Keystroke REselect, by using OnClientKeypressing. It works fine
Troubles start if user selects other item (away from "A").
Now my OnClientKeypressing event (which fires BEFORE selectionchange) only sees "A" pressed and wrongfully fires my client function.
Any clues to a solution are appreciated
Regards
Mark
Hello, i have a radgrid which i need to show a horizontal scroll when we add a lot of columns and persist the width of the columns but my grid is fxed to the width window and not show the scroll, then resize the width column and this make looks very bad. I put the e.column width in the column_created event with percentage unit.
I have the width column in a parameter and i put it in the column created event but i dont have width configured in the radgrid . Is better put it in pixels? i have a column with no size for autogrow with the extra width that other columns not use.
Any idea?
Hi,
I wanna know if it's possible to "customize" the YAxis's Title like this :
- I set the rotation value to "1" to put the Title in "hozitontaly mode" (may be is there a better way ?) and I want set 1 word by line in this title (because when the title is too long, it move the HtmlChart, and so the render is bad ..., as you can see on the attached file)
- OR may be it's possible to put the Title above the Axis ?
Thanks a lot,
Regards
<
telerik:RadButton
ID
=
"RadButton1"
Text
=
" "
Width
=
"30px"
Icon-PrimaryIconUrl
=
"https://secure.prooportal.com/Style/img/icon/sys/16x16/plain/check.png"
Icon-PrimaryIconLeft
=
"5px"
Icon-PrimaryIconTop
=
"4px"
EnableSplitButton
=
"true"
RenderMode
=
"Classic"
runat
=
"server"
></
telerik:RadButton
>
Hello,
when toolbar position is set to Top or Bottom it does not showing correctly number of items and current item. Also when user click to play slideshow, toggle fullscreen or show/hide toolbar it cause server postback and does not working.
If toolbar position is set to top inside or bottom inside toolbar is working.
I have created ImageGallery in codebehind and this property is setup in CreateChildControls method.
Is it issue or is there some way how to fix?
Thanks
Vlad
AutoCompleteBoxEntry childNode = new AutoCompleteBoxEntry();
childNode.Text = lblTeamLeaderName.Text;
childNode.Value = lblTASKTEAM_ID.Text;
txtusers.Entries.Add(childNode);
txtusers.Entries[0].Value = lblTASKTEAM_ID.Text;
txtusers.Entries[0].Text = lblTeamLeaderName.Text;