Hi Boys and Girls
I have a row edit template on grid. When wanting to tab from 1 field to the next on the RowEditTemplate it seems to be doing the tab's in the grid and removing focus from the RowEditTemplate..
Am i doing something worng here?
Hello Burmo,
Thank you for your feedback and for sharing this with us. We believe that the other community members could benefit from such threads.
Please feel free to let me know if a question about our toolset comes up on your mind.
Hi Boris
This issue is now closed. It appears i had 1 of the properties in the grid wrong... I had it set to tab to next cell instead of next control...
Thanks very much for the help on this though... really appreciate it...
Thank you...
I have a main form as as mdi container.... i have dragged the ultratabbmdimanager onto the form... its enabled property is set to true... im creating child forms but nothing displays in as a tab.. instead the child form displays as normal... Is there something im missing here in regards to how the midmanger works? its supposed to do this automatically not?
i create my child forms like this.... in the mdiparent load event
fDialog =
DYNAMIC-NEW "UI.frmChild" ().
fDialog:TopLevel =
FALSE.
fDialog:
Parent = this-object.
fDialog:StartPosition = System.Windows.Forms.FormStartPosition:CenterParent.
fDialog:Show().
.
Okay, I will get back to you in a week or so. Please take your time in creating this sample.
Ok give me some time and ill see what i can do..... leave this tread open for now... let me finish this module that im doing and ill see if i still have this issue once im done and see how i can give you a sample...
I made an inherited control from this ultraRowEditTemplate... with previous and next buttons... i dont know if this helps you...