Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
305 views
Hi, i wonder if it's possible to have two rows of button in a radtoolbar, and how to achive that?
If i have 6 buttons to place on the bar, i want to add 3 in one row and the other three on a second row.

Thanks.
Shinu
Top achievements
Rank 2
 answered on 18 Feb 2013
2 answers
229 views


How checked true the check box in Rad list box
See the screen shot attached here . i bind the record one it's shows two times how i restrict that

Thanks Advance,
Mohamed.
mohamed
Top achievements
Rank 1
 answered on 18 Feb 2013
1 answer
138 views
Hi,

There is a RadNotification in my web application in which the contents are fetched from database and loaded using a webservice. I want the RadNotification to check periodically and display latest content as some new values are updated in the database.

Please help,
JC.
Princy
Top achievements
Rank 2
 answered on 18 Feb 2013
1 answer
59 views
Hi,

How can I change the default background color of the Autocompletebox pop up Items when mouse hovered?

Thanks
Teena
Princy
Top achievements
Rank 2
 answered on 18 Feb 2013
4 answers
153 views
Is it possible to edit the display text for the RadFilter Expressions? For instance, on the RadFilter, you see an Expression for "StartsWith" - is it possible to edit that text (to enter a space for example: "Starts With"), but not actually change the functionality of the expression object?

I don't want to have to implement my own set of expressions, just alter the display text of the items already there.

Thanks
Fergal
Angel Petrov
Telerik team
 answered on 18 Feb 2013
11 answers
592 views
Hallo,
first of all congratulations for you suite, i find it to be the best asp.net suite ever!

I have the following problem,
i want the user to be able to perform multiple, concurrent edits in a radgrid and the update them all together.
I found a sample of yours regarding "batch update" which works perfect and i have set the AllowMultiRowEdit="True" so that the user can edit multiple rows.

The problem is that if a user begins editing one row, changes some data and THEN begins editing another row, although both of these rows will be in edit mode, all the changes before  the last "Edit" Command will be lost!

I have checked this with your samples too and they have the same malfunction ( or functionality :)  ).

I tried to get the existing data from the previous editing rows inside the RadGrid1_ItemDataBound event like this:

  
            if (e.Item is GridDataItem && e.Item.IsInEditMode) 
            { 
                GridEditableItem dataItem = e.Item as GridEditableItem; 
                dataItem["AutoGeneratedEditColumn"].Controls[0].Visible = false; 
 
                Hashtable newValues = new Hashtable(); 
                e.Item.OwnerTableView.ExtractValuesFromItem(newValues, dataItem); 
 
                string sPosition = (dataItem["Position"].Controls[0] as System.Web.UI.WebControls.TextBox).Text; 
            } 

Neither newValues nor sPosition has the changed values for the previously edited items.
They all have the original values.

Is there any workaround?

Thanks in advance!


Andrey
Telerik team
 answered on 18 Feb 2013
3 answers
181 views
Hi,

I have a Radgrid on a main page, that when a record is double clicked, a radwindow opens up to update a record. There is a radgrid inside the Radwindow that is opened. Inside the radgrid that is inside the radwindow, I can set a record to be inactive and only be visible to certain users.

The Radgrid in the main page has one DetailTable. This detail table displays the information from the radgrid inside the radwindow. I want those records that I set to inactive to NOT be visible in the Radgrid in the mainpage. Is there a way to do this?

URGENT!

I am working in vb.net
Shinu
Top achievements
Rank 2
 answered on 18 Feb 2013
1 answer
41 views
does anyone have anything like this. Or how I would make something like it?

My clients like the one button click. I guess an alternative would be a combo box but that would require 2 clicks

Thanks,

Marty
Antonio Stoilkov
Telerik team
 answered on 18 Feb 2013
7 answers
307 views
Hi
We have facing rounded corner issues and padding in internet explorer.
Also legend color is different both IE and Moz ..not checked in Chrome yet. :(
Please refer the attachment.
Vargis
Top achievements
Rank 2
 answered on 18 Feb 2013
1 answer
57 views
Hi 

Telerik Grid return this filter :

(iif(Description == null, "", Description).ToString().Contains("2")) AND (CodeType = 2)

What is mean of "iif"?and if we can pass this filter to "SqlCommand where section"?

Telerik.Web.UI 2012.3.1205.45

Best Regards
Andrey
Telerik team
 answered on 18 Feb 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?