Hello Support,
We require to align the XamDataGrid (version #10.3) fields with their corresponding external controls such as a text box. We have attached herewith a screen shot of our requirement. Kindly review the same and let us know if there is a workaround to align the text boxes right below their corresponding XamDataGrid fields?
Thank You.
Hello,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
I have created a sample project with the functionality you want. Basically I handled the TextBox' Loaded event and set different TabIndex for each one. I also set the HeaderLabelArea's TabNavigation to Cycle. Also when the TextBox is focused I clear the ActiveRecord and ActiveCell. Please let me know if this helps you or you have further questions on this matter.
Looking forward for your reply.
Hello Stefan,
Thank You for your quick response. The workaround that you suggested has worked for us. However, we also need the functionality of allowing the user to use the ‘Tab’ key to navigate to next text box control in line. Please let us know how we can achieve this. Awaiting your response.
Thank you for your post. I have been looking into it and I can suggest you create ContentTemplates for the LabelPresenters of these Fields and add these TextBoxes and a TextBlock for the labels in order to synchronize the TextBoxes. Please let me know if you have further questions on this matter.