I am using radtextbox with textmode password in my application, now i would like to set passwordChar as "*" but m not found any property like that.pls advice
Hi,
I wanna to use 2 sqldatasource for a listview, the first for the listview and the second one for a listbox that exist insid the listview (the two sql datasource bind two tables with a Id fk)
Thank you
I am browsing a asp.net webpage inside the radwindow and i am trying to close the window from that asp.net page by C#.
After doing my functionlity i am calling:
Hi,
I have scenario where i have filter option enabled for a drop down.
While binding from database value of budflg="T" but while displaying in UI, I will be displaying it as "True".
Now if i try to filter the the option with "True" value - It says no record to display as budflg will contain "T".
how to filter in this scenario ?? Please help
Hi,
i have provided the contextmenu for radtreeview node(new,edit,delete). on click of edit i had done in the below way
treeNode.startEdit();
in the oncontextmenuedit click, but is coming into the edit mode, immediately it is going into the normal non editable mode. what is the wrong i am doing?
thanks,
Mohinder Goswami.
I have used RadFilter control to AddExpression click event to create telerik RadComboBox and display telerik RadComboBox. how could i display RadComboBox. theb Remove option click to visible=false.
I have grid that contains a GridDropDownColumn (data from a different table). This uses a different value in the ListValueField than it does in the ListTextField. The reason is because I need a less descriptive value for use as a QueryString later on. I need to keep the descriptive text as well on the database for the record. How can I save both values in my database using the single GridDropDownColumn? Do I need to use code behind? If so, what event needs to be used?
Perhaps this technique is obsolete? Or perhaps I'm just doing something bone-headed? I'm a Telerik newbie working on the trial period evaluation, so I need all the help I can get.