Mediv Posted April 4, 2012 Posted April 4, 2012 Hi Farshad. I have found a property in component Query Component -> Fields Editor -> DisplayFormat = 0.00, everything works as expected, but after adding the event ExtEvents -> OnReconfigure DisplayFormat property stops working. Can I fix it? delphi 2007, Chrome 18 ... beta Thank you. Quote
Administrators Farshad Mohajeri Posted April 4, 2012 Administrators Posted April 4, 2012 Hi Farshad. I have found a property in component Query Component -> Fields Editor -> DisplayFormat = 0.00, everything works as expected, but after adding the event ExtEvents -> OnReconfigure DisplayFormat property stops working. Can I fix it? delphi 2007, Chrome 18 ... beta Thank you. When you write a custom renderer you need to handle all formatting tasks in your renderer method, because your renderer replaces the uniGUI default renderer. Quote
Administrators Farshad Mohajeri Posted April 4, 2012 Administrators Posted April 4, 2012 Why do you need client side coloring? Quote
Mediv Posted April 4, 2012 Author Posted April 4, 2012 Why do you need client side coloring? In Ehlib in ExtJS and the background color of rows in the grid can be rotated (white, grey, white ...), would do the same in my project, but The Standard properties of the component UniDBGrid not found, so started looking for a way to do it on the client side. The users want to see the lines that have a different background, it is easier to see the information. Maybe there's an easier way to do this? Quote
Administrators Farshad Mohajeri Posted April 5, 2012 Administrators Posted April 5, 2012 We have StripeRows property.. It may not be much visible on LCD monitors. You can play with related CSS code in theme CSS file and make it more visible. Quote
Mediv Posted April 6, 2012 Author Posted April 6, 2012 We have StripeRows property.. It may not be much visible on LCD monitors. You can play with related CSS code in theme CSS file and make it more visible. Set the StripeRows, coloring lines appeared slightly visible, but it's better than nothing. Thank you for your help. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.