Hi,
I am unable to centralize the text in all of my RadNumericTextBoxes found in my RadGrid. Only the text in the first column is centralized. Attached is an image that could help explain what I am referring to. Please, can someone help! Unfortunately, I can't attach a word document.
I dynamically create RadGrid that includes a couple of columns that have RadNumericTextBox. All the columns are templateColumn sand below is some of the code I used.
I followed hints provided in this link http://www.telerik.com/help/aspnet/grid/grdprogrammaticcreation.html under
I am unable to centralize the text in all of my RadNumericTextBoxes found in my RadGrid. Only the text in the first column is centralized. Attached is an image that could help explain what I am referring to. Please, can someone help! Unfortunately, I can't attach a word document.
I dynamically create RadGrid that includes a couple of columns that have RadNumericTextBox. All the columns are templateColumn sand below is some of the code I used.
I followed hints provided in this link http://www.telerik.com/help/aspnet/grid/grdprogrammaticcreation.html under
(Creating ItemTemplate/EditItemTemplate of GridTemplateColumn programmatically)
Never mind folks I resolved my issue by critically looking at the code in the above link and making necessary changes.