Link to home
Start Free TrialLog in
Avatar of Miss leah
Miss leahFlag for Israel

asked on

Telerik

I started using telerik controls and cannt find enough examples for the starter...

Im using unbound radListView control and need to convert this code from vb6:
  If ListView2.Items.Item(i).Name <> ListView2.FocusedItem.Name

what is the equivalent of radlistview for FocusedItem ?
Avatar of John Tsioumpris
John Tsioumpris
Flag of Greece image

Looking at Telerik's page for ListView it seems it lacks this specific property.
On the other hand normal .net ListView seems to support it.
Contacting Telerik it would probably be a good idea.
hmm, can it even have an focused, but not selected item?
And about the demos... :)... I have been a big fan of Telerik controls for a long time.... BECAUSE : https://www.microsoft.com/en-us/p/telerik-ui-for-winforms-examples/9pg9br4d400b?activetab=pivot:overviewtab
Avatar of Miss leah

ASKER

Chinmay Patel this could be GREAT if only they had a version a 64 bit computer
The version 64bit vs 32bit is usually irrelevant in .NET..probably you have set your application to x64 platform when x86 is what you need...unless you are referencing a 64bit .dll
ASKER CERTIFIED SOLUTION
Avatar of Chinmay Patel
Chinmay Patel
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks!