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

FADatePicker and Ellipsis button

2 Answers 99 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Tooraj
Top achievements
Rank 1
Tooraj asked on 01 Nov 2010, 06:15 AM
Hi Emanuel,
I tried this code:
public class MyFADatePickerCol: GridViewDateTimeColumn
{
    public override Type GetDefaultEditorType()
    {
        // return the type of your editor here
                     FADatePicker f=new FADatePciker;
                        returtn f.GetType();
    }
public MyFADatePickerCol():base("Col1")
{
}
}
MyFADatePickerCol mycol=new MyFADatePickerCol();
radGridView1.Columns.Add(mycol);
But FADatePicker does not appear in the Grid.
I Also want to have a textboxcolumn which has an ellipsis button '...' inside it. Please send the code to me.

Please help me.

2 Answers, 1 is accepted

Sort by
0
Tooraj
Top achievements
Rank 1
answered on 02 Nov 2010, 09:17 AM
Hi Emanuel,
My project is suspended, please help me.
Thank you.
0
Nikolay
Telerik team
answered on 02 Nov 2010, 05:42 PM
Hello Tooraj,

I would once again kindly ask you to keep the conversation about a certain topic in one thread only. Splitting one topic in different threads may confuse the others interested in your case. If you continue creating new threads about one and the same implementation, we may have no other option, but to stop supporting your enquiries.

Regards,
Nikolay
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Tooraj
Top achievements
Rank 1
Answers by
Tooraj
Top achievements
Rank 1
Nikolay
Telerik team
Share this question
or