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

Add new row at top only and triple click to open Combobox popup...

3 Answers 60 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Marc Roussel
Top achievements
Rank 2
Marc Roussel asked on 27 Jan 2010, 03:39 PM
hi,

When I click "Click here to add new item", it gives a blank row at the top and also at the bottom.
Can I set something so it just let the user add it's row at the top of the grid and not having a blank row at the bottom ?
because it confuses the customer...

Also, i have to click 3 times on a cell to get the combobox to open it's popup.
First I click to select the row even tought I click on the cell, I have to click again to have what looks like a ComboBox then click again to open the popup of the combobox. Could I do something simple to make the combobox open on a click of the cell ?

If you need a video of all this let me know

3 Answers, 1 is accepted

Sort by
0
Nedyalko Nikolov
Telerik team
answered on 28 Jan 2010, 03:49 PM
Hi Marc Roussel,

Straight onto your questions:

#1. Indeed this behavior with collections which implements INotifyCollectionChanged is a little bit confusing. We'll reconsider it for the next official release (2010.Q1).

#2. You can use EditTriggers property both for RadGridView and GridViewDataColumn with a xaml similar to this:

<telerik:RadGridView x:Name="radGridView" EditTriggers="CellClick, Default" ... />

P.S. Default value of the EditTriggers property means that "F2" key also will put current GridViewCell into edit mode.

Kind regards,
Nedyalko Nikolov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Marc Roussel
Top achievements
Rank 2
answered on 29 Jan 2010, 06:22 PM
#1. Indeed this behavior with collections which implements INotifyCollectionChanged is a little bit confusing. We'll reconsider it for the next official release (2010.Q1).

Does that means for now we can't just have the new row at the top only ?
I'm just not sure about your answer
0
Nedyalko Nikolov
Telerik team
answered on 04 Feb 2010, 07:31 AM
Hi Marc Roussel,

Unfortunately the answer is yes. With the current version there is no way to have only one row at the top. I cannot commit that we will resolve this confusion with the next latest internal build (Friday 5 Feb), but we are doing our best to fix it as soon as possible. When fix is available we will make it public via latest internal build program, so stay tuned.

Regards,
Nedyalko Nikolov
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
GridView
Asked by
Marc Roussel
Top achievements
Rank 2
Answers by
Nedyalko Nikolov
Telerik team
Marc Roussel
Top achievements
Rank 2
Share this question
or