column width

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
ahmed7
User
Posts: 100

column width

Post by ahmed7 »

hello
I use some fields with max length (250) or (max) because i need them for input value as (notice or something else) , but its look so long in view with single line , so how can i reduce the column in view page or make them multi line instead of single line with ling column?
thanks


MichaelG
User
Posts: 1113

Post by MichaelG »

Use the Row_Rendered server event to format the value. Please read example in:
https://aspnetmaker.dev/docs/#/customscripts.html


Post Reply