You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by PKumar <pr...@gmail.com> on 2017/02/19 15:14:13 UTC

FlexJS:DataGrid blank dataField issue

Hi,

If dataGrid having blank dataField column then that column showing the
Object inside the grid cell. check the attached screen shot.

<http://apache-flex-users.2333346.n4.nabble.com/file/n14703/Capture.jpg> 



-----
Regards,
Prashant
--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/FlexJS-DataGrid-blank-dataField-issue-tp14703.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: FlexJS:DataGrid blank dataField issue

Posted by Alex Harui <ah...@adobe.com>.

On 2/19/17, 7:14 AM, "PKumar" <pr...@gmail.com> wrote:

>Hi,
>
>If dataGrid having blank dataField column then that column showing the
>Object inside the grid cell. check the attached screen shot.
>
><http://apache-flex-users.2333346.n4.nabble.com/file/n14703/Capture.jpg>
>

I'm surprised it didn't throw an exception.  With PAYG, the most basic
DataGrid shouldn't have any just-in-case code for unexpected things like
not having a datafield.

So, if you want a column for checkbox selection, support for that will
have to be added.  I don't think we've written any code for that yet.

HTH,
-Alex