I want to hide the text under control (check the attached image file).
And I want to get "SaveSettings" values like json/xml format. Is it possible?
If possible I want take them from javascript, but if it is impossible I want to know how to get this settings from code behind in xml or json format
Hi,
I need to find a list of filtered rows/columns value on server side. Is it possible?
As you can see on the attached file I found the value but they are a not public member
I have a rad grid inside a update panel.
Add a trigger in update panel on a button.
this works fine but when we click on header of grid fro sorting then it throws a error column name is not find.
Please suggest me what i will do to remove this problem. Its vary urgent
I am trying to get value of certain column from datagrid and then use it in URL for hyperlink control. I am using onitemdatabound event and using the code like this
Hashtable t1 = newHashtable();
dataItem.ExtractValues(t1);
but it is not extracting all the values from dataitem and only showing few values.
Any advice ?
I have a rad tab strip on a page in my project. When I try to set the orientation value of the tabstrip to HorizontalTop nothing happens. When i try to use any setting at all, the same occurs. I have attached two pictures of the issue. the first is the observed result and the second is the preferred result/Design view.
I have a RadGrid and several RadHtmlChart controls on the page as well. I have several other pages with the tabstrip/MultiPage setup without any issues. I can't for the life of me figure out what I did wrong.
I am using the RadAsyncUpload control on an asp.net ajax C# web page. I want to customize the look and feel of the control. How could I increase the size of the "Select" button and the textbox. I tried to do it by setting the height and width of the control, but it didn't have any effect on the button or the textbox size!
Since the page contains a couple of Bootstarp 3 buttons, I want the button from this control also to be of the same size as the Bootstrap buttons. Also, the font of the displayed file name and "Remove" link after a file is selected are too tiny and want to increase their size also.
I have implemented a page loading a pivotgrid from an xml file using Persistence Framework and it works fine.
my pivotgrid use OLAP datasource.
I would like to get the filter set for a specific dimension in the pivotgrid and display in a textbox the selected value for the filter, programmatically server side.
I looked for documentation in the online documentation and in threads in this forum but didn't found anything about how to do this.
is it possible to do this and how can I implement a solution?
I have issue with Radgrid 2010 version 3.5 with SharePoint 2010. When Radgrid show filter , this page show error page.
Please see attachment file and help me.
Hello, I'm having a little bit of a problem, I'm binding my data source using the event "NeedDataSource"
However, in the case of no records available, if I hit the add new record button. I get the loading circle appears but then my "EditItemTemplate" Items don't. I tried adding a record directly though an SQL query, and then it worked.
What could be the reason for this? and how can I solve it? Thank.
How to use Telerik Radgrid Find Control Dynamically
For ex: My Code This
foreach (GridDataItem gr in TlkGrd.Items)
{
CheckBox ChkStatus = gr.FindControl("ChkStatus ") as CheckBox;
}
here I already binded my grid but here when i click the button control i need how to without mention my Findcontrol i take my findcontrol property name
i take dynamically how will do this