Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
61 views
how to create a dynamic column in rad grid
Pavlina
Telerik team
 answered on 11 Jun 2012
1 answer
72 views
GZIP compression?
Edward
Top achievements
Rank 1
 answered on 11 Jun 2012
1 answer
76 views
how to insert  new rows into the radgridview
Pavlina
Telerik team
 answered on 11 Jun 2012
1 answer
37 views

how to change the border of a toolptip??

Shinu
Top achievements
Rank 2
 answered on 11 Jun 2012
1 answer
69 views
HOW TO AVOID POSTBACK IN RAD TOOL BAR BUTTONS
Princy
Top achievements
Rank 2
 answered on 11 Jun 2012
0 answers
84 views
Data Manipulation by User Input ?
Sigma
Top achievements
Rank 1
 asked on 11 Jun 2012
0 answers
40 views
Sql query into LINQ
Sigma
Top achievements
Rank 1
 asked on 11 Jun 2012
1 answer
46 views
Hi,

I am using telerik Gray skin for rad window.
I am trying to edit the skin and change colors, background images etc.
My problem is that I create a css class with the same name as the control has, but it seems like my class is canceled and the original one is taken.

I attached print screen to explain the problem clearer.
my css is Covertix.css, but the properties are taken from the WebResource.axd file.
my class in the .css file is:

DIV.radwindow_Gray TABLE TD.topleft

{

background-image: url(Images/Design/Window/PopupTitle_Left.png);

height: 23px;

}



Can you please tell me what am I doing wrong?
Thanks a lot!

Marin Bratanov
Telerik team
 answered on 11 Jun 2012
2 answers
103 views
I have created a custom filter with two datafields

on my aspx page i have
 

<custom:CustomFilter DataField1 = "Name" DataField2="LastName"  

HeaderText="Name"  

 

CurrentFilterFunction="Contains"  

 

UniqueName="UserName"  

 

AutoPostBackOnFilter="True">  

 

<ItemTemplate>  

 

<asp:Literal ID="Literal1" runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "Name") %>'></asp:Literal>  

 

<asp:Literal ID="Literal2" runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "LastName") %>'></asp:Literal>  

 

</ItemTemplate>  

 

</custom:CustomFilter>

The issue comes when i try to use filterexpression

 

 

RadGrid1.DataSource = Data.GetAll();

 

 

 

string test = "(([LastName] LIKE \'%" + txtFilterBox.Text + "%\') OR ([Name] LIKE \'%" + txtFilterBox.Text + "%\'))";

 

RadGrid1.MasterTableView.FilterExpression = test;

RadGrid1.Rebind();

its probally wrong the way i use the filterexpression but how I should use it with 2 parameters, cant find a simmilar example :)

 

Tsvetina
Telerik team
 answered on 11 Jun 2012
1 answer
93 views
Hi,

I have been trying your RADGrid demo at:

http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/editmodes/defaultcs.aspx

....with Inline editing, and multi row edit selected.

There appears to be a problem in the following kind of scenario...
- Sort by "Last Name" Descending
- Click Edit on rows with the surnames "Leverling", "King", and "Fuller" so that they are all open for editing.
- Change "Leverling" to "Everling" (so that on update it changes position in the sort order.)
- Click Update on the "Everling" row.

The "Everling" row changes position but remains open for edit.

The "King" row takes the position of the "Everling" row in the grid and is made read-only.

It appears that the grid sorts the data without correctly tracking which rows should (or should not) be in edit mode.

Is there a way to fix it?

Thanks
Eyup
Telerik team
 answered on 11 Jun 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?