![]() |
![]() |
|
|||||||
| Register | Forum Rules | Getting Started! - Guide | Blog | Videos | Gallery | Members List | Social Groups | Mark Forums Read |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
Grid Class and build a view for it
Hi,
I would like to know several things about the Grid class from System.Windows.Controls : 1. Can we create new columns types (e.g. columns only with SpinBoxes, or Progressbars, or comboboxes, ...) ? if yes, how ? 2. If point 1 is possible, how can we sort items contained into cells of those additional columns ? 3. if i understood well Grid class is only a class without any render on form. What can i do to render it on form ? can i use GridView ? how to tie them together ? thanks a lot, RAF |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Re: Grid Class and build a view for it
Hi, The answer for all your questions is GridView. By gridview you can add new columns and put any control in that like combobox,checkbox,links etc by template fields. Regards, Mansi Shah. *** Sent via Developersdex http://www.developersdex.com *** |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Re: Grid Class and build a view for it
hi,
But GridView has some properties that i do not like. RAF Mansi Shah wrote: > Hi, > > The answer for all your questions is GridView. > By gridview you can add new columns and put any control in that like > combobox,checkbox,links etc by template fields. > > Regards, > Mansi Shah. > > *** Sent via Developersdex http://www.developersdex.com *** |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Re: Grid Class and build a view for it
But i dislike this first column (grey one) where is everytime the cursor
in DataGridView... will I be able to manage it under GridView class ? i mean to change it or directly to hide it from users' eyes and code ? Mansi Shah wrote: > Hi, > > The answer for all your questions is GridView. > By gridview you can add new columns and put any control in that like > combobox,checkbox,links etc by template fields. > > Regards, > Mansi Shah. > > *** Sent via Developersdex http://www.developersdex.com *** |
|
|
|
#5 |
|
Guest
Posts: n/a
|
Re: Grid Class and build a view for it
Hi, Gridview and DataGridView both are different. You can manage all the things thru GridView. I personally always prefer Gridview. If you have any problem regarding that then give sample code, so that i can explain you in a better way.. Regards, Mansi Shah. *** Sent via Developersdex http://www.developersdex.com *** |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
< Home - Windows Help - MS Office Help - Hardware Support >
| New To Site? | Need Help? |