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

TileViewItem and textBox keyboard input

7 Answers 91 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Josef
Top achievements
Rank 1
Josef asked on 14 Apr 2011, 12:16 PM
I have a mystery.
When I add a TextBox to TileViewItem i can not insert any characters from the keyboard.
I can only delete characters by Bksp key and insert characters by Ctrl-V.
What is wrong?
I am testing the trial version.

Thanks Josef.

7 Answers, 1 is accepted

Sort by
0
Zarko
Telerik team
answered on 14 Apr 2011, 12:28 PM
Hello Josef,

 Could you please tell us which is the version of your dlls, because there was a small bug in one of our internal builds but with 2011.1 315 everything should work?

All the best,
Zarko
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
0
Josef
Top achievements
Rank 1
answered on 14 Apr 2011, 01:06 PM
2011.1.405.40
0
Zarko
Telerik team
answered on 14 Apr 2011, 04:10 PM
Hi Josef,

Yes, in this internal build this issue is present, but it is fixed in our latest internal build (2011.1.0414) and it will be fixed in the official SP1 release.
If you have further questions feel free to ask.

Kind regards,
Zarko
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
0
Josef
Top achievements
Rank 1
answered on 14 Apr 2011, 08:36 PM
Thank you for your answer.
Where can i download this built? (2011.1.0414)

1.
I have next question to TileViewItem.
I would like to add close button to TileViewItem panel. I would like to do it as CustomControl.
i tried to do it but without any succes.
Can you help me?some sample of solution?

2. Next problem i have with GridView. I would like to connect it with my database (Intersystems Cache) by LINQ.
I would like to create Custom LINQ dataprovider but i don't have any experience with this.
Did you resolve this problem with any customer? any solution?

Thanks Josef
0
Maya
Telerik team
answered on 20 Apr 2011, 09:56 AM
Hi Josef,

Those dlls only demonstrate the latest changes in the control that will be available with the official SP1 release due later this week.
As for the TileView - if you want to use a custom control inside the RadTileView you'll have to create your custom TileView ( a custom control that derives from the RadTileView), override the IsItemItsOwnContainerOverride and GetContainerForItemOverride methods so that they use your custom TileViewItem and create templates for the new controls. If you don't need a custom control you can only edit the default template of the RadTileViewItem and add a close button to it. For further information could you please examine the attached project - WpfApplication1.zip. 
As for the RadGridView, you may take a look at the corresponding articles for Consuming Data in our online documentation.
Let us know in case you need any further assistance.

Regards,
Maya
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
0
Josef
Top achievements
Rank 1
answered on 20 Apr 2011, 07:02 PM
Hi Maya,
problem with tileview is resolved. Thanks.
Second problem:
I looked at your link and the only option is to write to your custom VirtualQueryableCollectionView class to provide connection with my dabase.
I do not know where and how to start and an example would help me.

Thanks Josef.

0
Accepted
Maya
Telerik team
answered on 26 Apr 2011, 08:04 AM
Hi Josef,

You may take a look at this and this blog posts for a reference on the usage of VirtualQuerableCollectionView.
 

Best wishes,
Maya
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
TileView
Asked by
Josef
Top achievements
Rank 1
Answers by
Zarko
Telerik team
Josef
Top achievements
Rank 1
Maya
Telerik team
Share this question
or