Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
115 views
Hello,

In a radgrid I use a user control for inserts/updates.

The user control has dropdowns that have datasources that get set during the usercontrol's page_load.  

However, I need to change the datasource of these dropdowns in the user control when the radgrid is in edit mode vs insert mode.

AND

this datasource needs needs to be set BEFORE databinding takes place in the user control. 

How does your control meet this requirement?

Thanks.
Shinu
Top achievements
Rank 2
 answered on 10 Sep 2008
0 answers
77 views
Hi,

If any event on that day means i am displaying color not subjects by  MonthVisibleAppointmentsPerDay="0"  it displaying show hyperlink. On click  show hyperlink I want to display all the events on that day in  a popup window. 
Goud
Top achievements
Rank 1
 asked on 10 Sep 2008
1 answer
125 views
Hello,
         I'm trying to load .aspx content pages while keeping the masterpage rendered using Ajax and telerik controls. as of now i have several different content pages and a master page, the master page has a tree where users can select a link on the tree directing em to a new page. what im trying to accomplish, is what i posted prior. depending on the link clicked i would like that content page to load while the master page stays rendered on the screen. I've been searching around and haven't found much luck, im not using any user controls.

my goal is to also have a RadAjax loading panel displayed in the content page area whenever a new link is selected and a new page is being rendered while the master page stays rendered. Im pretty confident i can solve that issue, once i have the masterpage staying rendered whenever a new page is loading. and points in the correct direction would be much appreciated. thank you.


Brad
Vlad
Telerik team
 answered on 10 Sep 2008
1 answer
357 views
Im replacing a UpdatePanel for the RadAjaxPanel. My UpdatePanel has a AsyncPostBackTrigger for a hidden button on the page that I create a click envent for when I want to do a client side refresh of the UpdatePanel.

What is the best way to do a clentside refresh of the RadAjaxPanel?
Vlad
Telerik team
 answered on 10 Sep 2008
1 answer
128 views
I have a datagrid that is pulling a simple query "SELECT * FROM PROJECT" and in the project table, I have multiple fileds that have an ID to another table within the database.  One of the ID's is to a representative and could be in the PROJECT table multiple times so I can't really link it to the table in my original select statement. 

How can I change the column text from the ID to the name of that representative when the datatable is being populated.  I assume that it will have to be in the ItemDataBound routien.  I have written a function that will return the name of the representative by passing it the ID so I can use something like this to populate the name.

Functions.GetRepNameByID(e.Item.DataItem(

"PROJECT_ASSIGN_ID"))

Right now the column displays the ID "2" instead of the name "Joe Bob".  I would like to display the name instead of the ID.

I tried doing something like this, but it won't let me change the DataItem since it was originally an integer:

If
(TypeOf e.Item Is GridDataItem) Then
    e.Item.DataItem("PROJECT_ASSIGN_ID") = Functions.GetRepNameByID(e.Item.DataItem("PROJECT_ASSIGN_ID"))
End If

Thanks

Vlad
Telerik team
 answered on 10 Sep 2008
3 answers
148 views
I am binsing a collection of business objects (LLBL  entities) to a rad grid -- when i add new items to the collection they are soring at the top of the grid rather than at the ned, which is where i am adding them in the collection.

How can i prevent the rad grid from resorting? it appears to be resorting my collections as well - when i rebind i find that the order of objects in my collection has changed. 
Vlad
Telerik team
 answered on 10 Sep 2008
1 answer
146 views
Hi,$0$0$0$0I was wondering is it possible to add a comboBox in edit mode with the EditMode is InPlace. Not only this once the update button is clicked, the selected value should replace the original value.$0$0$0$0$0Any suggestion would be appreciated. $0$0$0$0$0Thanks a lot.$0$0Milan G$0
Vlad
Telerik team
 answered on 10 Sep 2008
3 answers
203 views
Hi...im am using a radgrid for data populating and a radwindow for a edit form when u click on a specific row...that works fine...i am having trouble getting the save event to refresh my radgrid...i have followed the example..RadGrid Window Editing and to no success...plz can i get assistance.
Wicus
Top achievements
Rank 1
 answered on 10 Sep 2008
1 answer
77 views
when i put button in scrollable div,  when i scrool the div , the button do not position correctly
Martin
Telerik team
 answered on 10 Sep 2008
1 answer
89 views
I've looked at the online documentation  but it doesn't seem real clear to me.

I use template columns for some of my columns in my grid and some are just bound columns.  What is the simplest approach for inserting new records?  The new records will have to defaut with a couple of values and in edit form.  I've already worked quite a bit with in-line editing and have that working well but don't see how to create new rows when I click the Insert Record comamnd item.

I assume I need to create an object of each type of control that is in the row, and then populate that object's text and insert it into the grid - but would like a V.NET example if somebody has one.

Thanks!
Princy
Top achievements
Rank 2
 answered on 10 Sep 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?