Is it possible to add the Dropdown Image Picker to the Data Grid?
Hi All,
We use the uComponents package all the time ( who doesn't?! ) and one thing that would be really good is if you could enable some of the uComponent data types within the new Data Grid.
Specifically for us at the moment we would really like to see the dropdown image picker, I've had a look at the source, but as I didn't write it, I can see it would take me a few days to get my head around it, can anyone help give me some pointers or help me implement this?
That would be great if you can, be happy to help debug if you make an update let me know, I already have the source checked out so can easily test for you.
I managed to get away the YSODs, but I'm not able to get the value for the Image Dropdown from DTG.
You can take a look at the latest source and see if you see a solution.
Basically DTG works like this: When you click "update" or "add" it does a postback, which calls the Save() function for the datatypes used in the modal window, and then stores the Data property for that datatype.
Image Dropdown has a blank value by the time DTG tries to access it. This probably means that Image Dropdown does not retain it's value through postbacks.
I just thought I should update this thread to say I have not yet had a chance to look into this, we ended up finding an alternative solution, however it would be great if between us we can manage to crack this, I will see if I can find some time over the next couple of weeks to take another look.
Is it possible to add the Dropdown Image Picker to the Data Grid?
Hi All,
We use the uComponents package all the time ( who doesn't?! ) and one thing that would be really good is if you could enable some of the uComponent data types within the new Data Grid.
Specifically for us at the moment we would really like to see the dropdown image picker, I've had a look at the source, but as I didn't write it, I can see it would take me a few days to get my head around it, can anyone help give me some pointers or help me implement this?
Cheers,
Chris
I will try to make this in time for the v2.2 release, but I cannot promise anything. (Release is imminent)
Hi Ove,
That would be great if you can, be happy to help debug if you make an update let me know, I already have the source checked out so can easily test for you.
Cheers,
Chris
I managed to get away the YSODs, but I'm not able to get the value for the Image Dropdown from DTG.
You can take a look at the latest source and see if you see a solution.
Basically DTG works like this:
When you click "update" or "add" it does a postback, which calls the Save() function for the datatypes used in the modal window, and then stores the Data property for that datatype.
Image Dropdown has a blank value by the time DTG tries to access it. This probably means that Image Dropdown does not retain it's value through postbacks.
Hi Ove,
I just thought I should update this thread to say I have not yet had a chance to look into this, we ended up finding an alternative solution, however it would be great if between us we can manage to crack this, I will see if I can find some time over the next couple of weeks to take another look.
Cheers,
Chris
I will have a talk with Lee about it. Maybe he knows of a way to solve this issue.
is working on a reply...