Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
82 views
What is the procedure for adding Validation to textboxes of an autogenerated edit form on a grid.

Also, can the form be centered in the screen on opening.

Thanks
Thomas
Princy
Top achievements
Rank 2
 answered on 05 Apr 2010
1 answer
157 views
I know this is really simple, but I can someone show me a simple hard-coded example of how to get a "specialDay" to show up?

Thanks!
Shinu
Top achievements
Rank 2
 answered on 05 Apr 2010
1 answer
157 views
I've always added the bound column definitions to my markup then just accessed them in ItemDataBoud via item["COLUMNNAME"]

Is there some other way to do it without needing to add\reference the columns?  Reason I'm asking is a grid I'm working on has a LOT of columns and Id like to not have to define each (bloaty markup).

Is there a way to just get at that columns data directly in code (without a secondary query on each row)?

Thanks,
Steve
Stacy
Top achievements
Rank 1
 answered on 05 Apr 2010
1 answer
437 views
Hi, i need to hide some buton in RadGrid according to user access right.
All the column in my radgrid are pair with ItemTemplate and EditItemTemplate.
The button in side the RadGrid i need to hide is in  ItemTemplate.

I have try to hide it in ColumnCreated with ColumnUniqueName but fail.

I try to hide it in ItemDataBound but the column is neither in edit, Add mode.And  it is also not a Header,Pager, Footer Item.

Does anyone has idea on this ?

Princy
Top achievements
Rank 2
 answered on 05 Apr 2010
1 answer
136 views
How can I throw the radgrid into edit mode from a button outside of the control?

...and then hide the button while it's in edit mode...?

Thanks,
Steve
Shinu
Top achievements
Rank 2
 answered on 05 Apr 2010
1 answer
119 views
I have an Arabic site

I need to localize the tool tim
So I did that
        
 window.onload = function() { 
document.getElementById('RadDatePicker1_calendar_NN').title ='<%=TranslatText("NextMonth") %>';
document.getElementById('RadDatePicker1_calendar_NP').title ='<%=TranslatText("PreviousMonth") %>';
document.getElementById('RadDatePicker1_calendar_FNN').title ='<%=TranslatText("NextMonth3") %>';
document.getElementById('RadDatePicker1_calendar_FNP').title ='<%=TranslatText("PreviousMonth3") %>';
document.getElementById('RadDatePicker2_calendar_NN').title ='<%=TranslatText("NextMonth") %>';
document.getElementById('RadDatePicker2_calendar_NP').title ='<%=TranslatText("PreviousMonth") %>';
document.getElementById('RadDatePicker2_calendar_FNN').title ='<%=TranslatText("NextMonth3") %>';
document.getElementById('RadDatePicker2_calendar_FNP').title ='<%=TranslatText("PreviousMonth3") %>';
}        

but now there is a tool tip for opening the month view
"Open the calendar popup"
I need to localize it 
How?


Hamdy
Top achievements
Rank 1
 answered on 04 Apr 2010
15 answers
206 views
When using the property builder wizard with a RAD grid, any changes I make in the wizard NEVER get reflected in the underlying code in the aspx  page.

for instance , selecting masterTable -> paging  then setting the page size to 5, clicking apply and OK, when the window closes and I inspect the code, the page size hasnt been set.  A similar problem happens when adding columns, they are visible in the property builder but are never reflected in the underlying code.

The only way it will work is if I highlight the grid and changes the properties directly in the main properties window.  There is most definately a bug with the wizard, it just doesnt work !
Andrew N
Top achievements
Rank 1
 answered on 03 Apr 2010
6 answers
234 views
I simply want to disable scroll after callback.

My page contains three rows, all of fixed height, that are loaded using the ajax queue, one row at a time.

Problem is that when the user scrolls the page during callback it always jumps back up to the top then proceeds to load the next row.

Can I disable the 'maintain scroll position' functionality?

I've searched the forum but haven't found a way.

Daniel
wk
Top achievements
Rank 1
 answered on 03 Apr 2010
1 answer
128 views
Hi all,

        i am using a radgrid with two different usercontrols for insert and edit mode. 

    in my insert mode usercontrol i have 2 drop downs which i bind from the code behind using my business logic. i am doing this in the pageload method of the usecontrol.ascx.cs. due to this i am getting repetitive entries for each postback.

i tried giving the logic inside
if (!page.isPostback) loop.

but it is not at all hitting the loop. this is because the first load of the usercontrol page itself is a postback from the grids command item template.. i agree.. but how to avoid the repetition? where should i put my logic to bind the drop downs? or is there any other conditional check needs to be done before bunding..

i am new to telerik controls. please help..

Regards,
Saravanan K
saravanan k
Top achievements
Rank 1
 answered on 03 Apr 2010
6 answers
290 views
I have put RadComboBox in RadTooltip. I have problems with display the list of the ComboBox. I guess that this problem caused by z-index of RadToolTip.  How can I resolve this problem?
Basel Nimer
Top achievements
Rank 2
 answered on 03 Apr 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?