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

create layout designs?

1 Answer 41 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
sivakanth
Top achievements
Rank 1
sivakanth asked on 14 Dec 2010, 04:34 AM
Hello Telerik Team,
                               First of all i should thank to telerik team.Becoz of read my thread.

We have one requirement in WPF. here we are using telerik rad control also.we have 10 fields.(model i will attached below)
In this project first i want to split two sections in entry window.
The first 5 fields design in left section.another 5 fields designed  in Right section.

 we also have enable/disable option in every field in setting page.

Enter Name    (Label box)

Text Box

Address

Text Box

Standard

Combo Box

Pin code

Text Box

Section

Text Box

State

Combo Box

Age

Text Box

Country

Combo Box


if i disable left section any field mean after that the right side of top field will come into left section of bottom field.

The model i will attached below.if i disable standard mean the layout will come

Enter Name    (label box)

Text Box

Pin code

Text Box

Section

Text Box

State

Combo Box

Age

Text Box

Country

Combo Box

Address

Text Box

 

 


is it possible?

if possible mean pls give me some coding regard my thread?

if not possible mean also give some ideas?

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 14 Dec 2010, 08:58 AM
Hi sivakanth,

Basically, the functionality you want to implement is not quite possible within a single RadGridView. What I can suggest is to create two grids, defined next to each other and fill each of them with the items you want. Once you remove an item from the first grid for example, you may remove the first item from the second grid and insert it in the Items collection of the first grid.
 

Best wishes,
Maya
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
Tags
General Discussions
Asked by
sivakanth
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or