This is a migrated thread and some comments may be shown as answers.

Hierarchical grid not working on ItemCreated

3 Answers 63 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 2
Michael asked on 09 Jul 2008, 04:38 PM
Hello:

I am fairly new to the world of telerik controls. I have already queried the forums and other sources to find an answer to my problem.

I have an hierarchical grid (just one master and one detail).  Whenever I create an ItemCreated event, the expand function to display the detail grid using the plus button fails. I want to use the ItemCreated event to set the width of my filter boxes.  Here is the code:
        GridFilteringItem filteringItem = e.Item as GridFilteringItem;
         //set dimensions for the filter textbox
        TextBox boxStat_Num = filteringItem["Stat_Num"].Controls[0] as TextBox;
        boxStat_Num.Width = Unit.Pixel(50);
As you can, this is pretty standard code.

Is this a known issue and if so, what are the possible solutions or workarounds. The version is 2008.1.415.35.

Thanks for any help in advance.

Michael

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 10 Jul 2008, 09:53 AM
Hello Michael,

I tried the same scenario on my end and its working as expected. Probably, you can try upgrading to the latest version(2008.1.619).
Updating RadControls for ASP.NET to another version

Thanks
Princy.
0
david
Top achievements
Rank 1
answered on 01 Oct 2008, 03:54 PM
I have the same problem and I use version: 2008.2.826.20
0
Yavor
Telerik team
answered on 02 Oct 2008, 05:25 AM
Hello david,

No such problem has been verified for this version, or any other for that matter. If the issue persists at your end, please open a formal support ticket, and send us a small project sample, demonstrating the issue, for further review and testing.

Kind regards,
Yavor
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Michael
Top achievements
Rank 2
Answers by
Princy
Top achievements
Rank 2
david
Top achievements
Rank 1
Yavor
Telerik team
Share this question
or