Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I am using a third party piece of software called FlyGrid, which is a piece of software that provides a more advanced grid control. The only problem I have is that I want to create a custom combobox, which context is from an arraylist or arraystring. According to the flygrid development team I need to create a UITypeEditor, what they said is below:

 

DynamicallyAutoDetectDataTypeColumn dinamically detect which type of editor can be used on editing certain cell.

DynamicallyAutoDetectDataTypeColumn extracts type of data in the cell and extracts UITypeEditor instance for this type.

UITypeEditor helps to provide list of values or use dialog editor (elllipsis button) editor for editing current cell.

 

The problem is that I do not know how to create the UITypeEditor code, and I have been trying to do this for a couple of days, with no joy :(

 

Is it possible for someone to help me out and give me an example (VB.NET please) as this would be very helpfull.

 

Thanks

 

Simon

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...