for issues related to grid control of Telerik product line
0
votes
1answer
4 views
Generating a link from other columns in Telerik RadGrid
I have a Telerik RadGrid, and it contains a three columns which have UniqueName of OrderNo, SendToAddress, and ResendLink.
I would like to have a hyperlink column that calls a JavaScript function ...
0
votes
0answers
6 views
0
votes
3answers
15 views
How to get Sorted column name and sort order in sort command of Telerik GridView
I've straight forward question that how I can fetch the Name of Sorted column with the sort order in sort command of Telerik Grid View?
Looking forward for your replies.
1
vote
2answers
161 views
What is the syntax for using the RadGrid between filter
What is the syntax for using the RadGrid between filter in the built-in context menu? I am using a DataTable as my datasource. When I apply the 'greater than' filter it works, but the between filter ...
0
votes
0answers
23 views
Only edit rows in datagrid with a value of 0 in certain column
I am using a telerik Grid to show data. I am also allowing inline editing of a certain column to allow users to update that data. This currently works and you are able to edit all rows and only the ...
0
votes
1answer
43 views
Designing app to load, edit, and save hierarchical data
I am writing a GUI that will be integrated with SAP Business One. I'm having a difficult time determine how to load, edit, and save the data in the best way possible (reliable, fast, easy).
I have ...
0
votes
0answers
20 views
How to use C# MVC telerik grid editing like batchediting on inline and popup
Hi I want to use MVC telerik grid like batchediting, the thing is that I want to handle all my data in client side, like batchediting does and once I go away of page save everything cause I have this ...
0
votes
0answers
13 views
Print 2 Telerik GridView on the same page
Using C#, In a WinForm I have 2 Telerik GridViews, I want to print the contents of radGridView1
followed by the contents of radGridView2 on the same paper.
I already implemented printing each ...
0
votes
1answer
24 views
Dynamically adding buttons to toolbar in Telerik MVC grid
Is there a way to programmatically add a number of items to the Telerik MVC Grid's tool bar?
I would normally manually add items like this but have a collection of items I'd like to add to the ...
0
votes
0answers
24 views
Automated testing with Visual Studio 2012 for test framework telerik
How do I generate a test in Visual Studio 2012 with the framework of telerik for this command line:
<span class = "widget-k k k-dropdown-header" style = "width: 100%;" unselectable = "on" role = ...
0
votes
0answers
17 views
Double Scroll Bar Issue in IE 8
Due to the presence of Grid View(Either Asp.net or Rad Grid),I am finding 2 scroll bars on my page.Can this issue be solved using Jquery.Also can you tell the jquery code to be included to solve the ...
0
votes
2answers
4k views
Rad grid custom filtering
how can i activate custom filtering for my radgrid?(i googled but i didnt get any proper response regarding this)
i have a property like AllowCustomSorting but i dont have any property regarding ...
0
votes
1answer
14 views
How to enable a control after a row is selected in Radgrid
Im using a Radgrid. I have a Textbox that is disabled, but I would like to enable it when any row is selected in the Radgrid.
0
votes
0answers
10 views
add two clientEvevts - onLoad to grid
I use telerik grid like:
@(Html.Telerik()
.Grid(model.someDataTableData)
.Name("gridName")
.Columns(columnsData)
.ClientEvent(ce => ce.OnLoad("firstFun"))
.ClientEvent(ce => ...
0
votes
1answer
26 views
Radgrid multiple detail tables at a level, IE 9 Compatibility View rows stacking
I have a radgrid which have 3 detail tables in same level.
It works fine with IE 9, but when I changed to compatibility mode all 3 detail tables shows up at the same place, text stacking over. And ...