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

Some problem of Q3 Beta with my project !

3 Answers 64 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
boyhalong
Top achievements
Rank 1
boyhalong asked on 19 Oct 2009, 08:42 AM
1:RadWindow

<

 

telerik:RadButton telerikNavigation:RadWindow.ResponseButton="Accept"/>  => geting error. Why not support your controls ?
Your code:

 

///

 

<summary>

 

 

 

/// Sets the response button.

 

 

 

/// </summary>

 

 

 

/// <param name="button">The button.</param>

 

 

/// <param name="value">The ResponseButton value.</param>

 

 

public static void SetResponseButton(DependencyObject button, ResponseButton value)

 

{

 

    if (button == null)

 

    {

 

        throw new ArgumentException("Null argument exception.");

 

    }

 

    if (button.GetType() != typeof(Button))

 

    {

 

        throw new ArgumentException("Attached property ResponseButton can only be attached to instances of type Button.");

 

    }

    button.SetValue(ResponseButtonProperty, value);

}

2: Themes
    i'm getting error when use themes with radgirdview (office_blue, vista...)
3: RadGridView
    - GridViewCell.MouseDoubleClickEvent is work on beta 1 but not work on beta 2
    - My Project is very big, when upgrade to Q3 beta 2 -> geting error: DataMemberPath not found. i hope that is marked with obsolete attribute. don't remove in imediatery plz.
    - In beta 1 version i can use arrow key on radgridview. but in beta 2 when using arrow key, radgridview's data move like scroll, i can't see active row.

Thank for reading, and i hope telerik can fix that bugs in next version.
i like telerik's controls.
i hope, i don't have to see black in my app. :D

 

3 Answers, 1 is accepted

Sort by
0
Accepted
Hristo
Telerik team
answered on 20 Oct 2009, 09:23 AM
Hello The,

Thank you for the feedback.
Set response button is not working because it expect type of Button and you attach it to different type (RadButton).
Themes for RadGridView are not ready. Only the default one is working (Office_Black).
About RadGridView:
1. CellDoubleClick will be fixed.
2. DataMemberPath is marked with obsolete from Q1. It will be removed with the Q3 release.
3. With the Beta 2 keyboard navigation is not working (you are right that when arrow key is hit the ScrollViewer handles it).

All this issues will be fixed for the official Q3 release.

Greetings,
Hristo
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
boyhalong
Top achievements
Rank 1
answered on 21 Oct 2009, 01:31 AM


Set response button is not working because it expect type of Button and you attach it to different type (RadButton).   
yes, i see.
but i want to use radbutton. I want response button is radbutton.

Thank for answer

0
Hristo
Telerik team
answered on 23 Oct 2009, 07:08 AM
Hi Vihn,

Like I said this will be fixed for the Q3 official release and you will be able to set ResponseButton on RadButton.

Sincerely yours,
Hristo
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.
Tags
General Discussions
Asked by
boyhalong
Top achievements
Rank 1
Answers by
Hristo
Telerik team
boyhalong
Top achievements
Rank 1
Share this question
or