Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
103 views
HI,

We make a multilanguage support application with the telerik component.

To change the text of the header or other things in the grid we use OnItemDataBound and it's works Fine.
The only things is i can't found a way to change the text of a GridButtonColumn for ConfirmText and ConfirmTitle.

Can i access to this if e.item is GridDataItem ?

like:

if(e.Item is GridDataItem)
{
    var _item = e.Item as GridDataItem;
    _item["UniqueName"].ConfirmText = GetText.Get("VariableString");
   _item["UniqueName"].ConfirmTitle = GetText.Get("VariableString");
}

For GridHeaderItem and GridNoRecordsItem is no problem.

Thanks for your help.

Edwin.
Yves
Top achievements
Rank 1
 answered on 31 Jul 2009
1 answer
98 views
How do i always make my gridclient selct column checked by default??

I've a radgrid in my radpanel bar and I don't knnow even how do i get the item created evnet for that radgrid b'coz it's insisde a radpanel item and in design mode, i can see only the panel bar but not the radgrid.

 

How do i always make my gridclient selct column checked by default??


Shinu
Top achievements
Rank 2
 answered on 31 Jul 2009
3 answers
117 views
I am using Teletrik RAD control and have the following command OnInsertCommand="RadGrid3_InsertCommand" for a Rad grid

 

 

 

radG:RadGrid ID="RadGrid3". Everything is runnig fine on IE7 but when some user is trying to click "Insert" using IE6 SP2 (using XP SP2) the browser is getting shut down.

 

Can you please suggest what could have gone wrong for IE6 users?

 

Thanks!

 

 

Pavel
Telerik team
 answered on 31 Jul 2009
3 answers
104 views
I’m trying to pop-up a RadWindow from a RadGrid command item button.  What happens is that the window shows briefly, then the page postsback and the window is gone.  What I would like to do is show the window, wait for the user to submit a value in the window, and then refresh the original page with the RadGrid.  I just can’t figure out how to stop the command item from posting back.  Any help greatly appreciated!  Thanks! Winston
Jon
Top achievements
Rank 1
 answered on 31 Jul 2009
2 answers
155 views
How to select first row of the grid after the need data source event and each time changing the page of the grid?

For your info, the column in my grid is auto-generated.

Thanks.


Lim
Top achievements
Rank 1
 answered on 31 Jul 2009
1 answer
111 views
I have a grid with inline editing, and I was wondering if it is possible to freeze all rows in the grid from selection while a row is in edit mode. I have disallowed multirow selection, but the grid row being edited is highlighted, and the grid allows the selection of another row. This causes two rows to appear highlighted, and therefore to appear selected.
Also, is it possible to make the edit row the selected row?

I have some checkbox groups outside the grid that bind to the record of the selected grid row, but I want the checkboxes to be related to the row in edit mode if the user clicks the edit pencil?


Also, how would I select the row I was editng after hitting the cancel edit icon?
Princy
Top achievements
Rank 2
 answered on 31 Jul 2009
3 answers
203 views
Hello,

I have few queries on FileExplorer,

How Do I,
  1. Direct Download files without preview window ? I want to download files when users clicks on "open" command
  2. Enable / disable option for delete folders only in  GridContextMenu ? 

As depending on user roles , I want to set permissions for FileExplorer depending on users access.
I have used hide commands using remove items property, but not able to Enable / disable option for delete folders as GridContextMenu displays both files and folders.

So,  How do I remove "Delete" command for folders only in GridContextMenu which shows files and folders.

Thanks,
Amol





Fiko
Telerik team
 answered on 31 Jul 2009
1 answer
80 views
Hi There,

I dont even know whether this is possible or not. What I am trying to do is - group the rows on my Grid based on a field A and then try and show a checkbox next to each group header, so that if this checkbox is selected, all the rows within that group are selected. The grouping is easy but how do i show the checkbox next to the group header? I tried something like:

DelegatesGrid.GroupPanel.Controls.Add(chkControl)


Could someone please let me know if this is possible??

Much appreciated

Jatin

Princy
Top achievements
Rank 2
 answered on 31 Jul 2009
1 answer
167 views
Hi

I have two combo boxes.  When combo1's selected index changes, I want to retrieve that selected index and if that selected index equals 5 (or whatever), I want combo2's selected index to change to 1.

Example:

I have a combo box called fldIDCardDescription.  If fldIDCardDescription text equals 'DRIVER'S LICENSE' (index 5), I want the other combo box (fldState) to default to 'PENNSYLVANIA' (index 1).
Shinu
Top achievements
Rank 2
 answered on 31 Jul 2009
1 answer
203 views
Hi

I've 5 level of hierarchy in RAD Grid control as below:

Level1
Level2
Level3
Level4
Level5

i followed the below url, but doesn't helped me!


How can i iterate through each and every table view available in the grid? Any help will be appreciated

Thanks
Viswa
Princy
Top achievements
Rank 2
 answered on 31 Jul 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?